enregistrement
Résultats des élections législatives 2017 à Rennes Tour 1
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"resultats_l17",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/resultats_l17"
}
] - "definitions":{
- "resultats_l17":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/resultats_l17_records"
}
}
} - "records":
} - "properties":
- "geoJSON":,{
- "title":"Geo JSON object",
- "description":"Schema for a Geo JSON object",
- "type":"object",
- "required":,[
- "type"
] - "properties":,{
- "crs":,{
- "$ref":"#/definitions/crs"
} - "bbox":{
- "$ref":"#/definitions/bbox"
}
} - "crs":
- "oneOf":[
- ,{
- "$ref":"#/definitions/geometry"
} - ,{
- "$ref":"#/definitions/geometryCollection"
} - ,{
- "$ref":"#/definitions/feature"
} - {
- "$ref":"#/definitions/featureCollection"
}
]
} - "bbox":,{
- "description":"A bounding box as defined by GeoJSON",
- "type":"array",
- "items":{
- "type":"number"
}
} - "crs":,{
- "title":"crs",
- "description":"a Coordinate Reference System object",
- "type":,[
- "object",
- "null"
] - "required":,[
- "type",
- "properties"
] - "properties":,{
- "type":,{
- "type":"string"
} - "properties":{
- "type":"object"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "position":,{
- "description":"A single position",
- "type":"array",
- "minItems":2,
- "items":,[
- ,{
- "type":"number"
} - {
- "type":"number"
}
] - "additionalItems":false
} - "positionArray":,{
- "description":"An array of positions",
- "type":"array",
- "items":{
- "$ref":"#/definitions/position"
}
} - "lineString":,{
- "description":"An array of two or more positions",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":2
}
]
} - "linearRing":,{
- "description":"An array of four positions where the first equals the last",
- "allOf":[
- ,{
- "$ref":"#/definitions/positionArray"
} - {
- "minItems":4
}
]
} - "polygon":{
- "description":"An array of linear rings",
- "type":"array",
- "items":{
- "$ref":"#/definitions/linearRing"
}
}
} - "resultats_l17_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "code_election":,{
- "type":"string",
- "title":"CODE_ELECTION",
- "description":""
} - "nom_election":,{
- "type":"string",
- "title":"NOM_ELECTION",
- "description":""
} - "numero_tour":,{
- "type":"integer",
- "title":"NUMERO_TOUR",
- "description":""
} - "date_election":,{
- "type":"string",
- "format":"date",
- "title":"DATE_ELECTION",
- "description":""
} - "niveau_detail":,{
- "type":"string",
- "title":"NIVEAU_DETAIL",
- "description":""
} - "numero_lieu":,{
- "type":"integer",
- "title":"NUMERO_LIEU",
- "description":""
} - "nom_lieu":,{
- "type":"string",
- "title":"NOM_LIEU",
- "description":""
} - "adresse_lieu":,{
- "type":"string",
- "title":"ADRESSE_LIEU",
- "description":""
} - "numero_canton":,{
- "type":"integer",
- "title":"NUMERO_CANTON",
- "description":""
} - "nom_canton":,{
- "type":"string",
- "title":"NOM_CANTON",
- "description":""
} - "numero_circonscription":,{
- "type":"integer",
- "title":"NUMERO_CIRCONSCRIPTION",
- "description":""
} - "nom_circonscription":,{
- "type":"string",
- "title":"NOM_CIRCONSCRIPTION",
- "description":""
} - "nb_inscrits":,{
- "type":"integer",
- "title":"NB_INSCRITS",
- "description":""
} - "nb_emargements":,{
- "type":"integer",
- "title":"NB_EMARGEMENTS",
- "description":""
} - "nb_bulletins":,{
- "type":"integer",
- "title":"NB_BULLETINS",
- "description":""
} - "nb_nuls":,{
- "type":"integer",
- "title":"NB_NULS",
- "description":""
} - "nb_exprimes":,{
- "type":"integer",
- "title":"NB_EXPRIMES",
- "description":""
} - "pourcentage_participation":,{
- "type":"number",
- "title":"POURCENTAGE_PARTICIPATION",
- "description":""
} - "valid":,{
- "type":"string",
- "title":"VALID",
- "description":""
} - "candidat_1":,{
- "type":"string",
- "title":"CANDIDAT_1",
- "description":""
} - "nb_voix_1":,{
- "type":"integer",
- "title":"NB_VOIX_1",
- "description":""
} - "pourcentage_1":,{
- "type":"number",
- "title":"POURCENTAGE_1",
- "description":""
} - "candidat_2":,{
- "type":"string",
- "title":"CANDIDAT_2",
- "description":""
} - "nb_voix_2":,{
- "type":"integer",
- "title":"NB_VOIX_2",
- "description":""
} - "pourcentage_2":,{
- "type":"number",
- "title":"POURCENTAGE_2",
- "description":""
} - "candidat_3":,{
- "type":"string",
- "title":"CANDIDAT_3",
- "description":""
} - "nb_voix_3":,{
- "type":"integer",
- "title":"NB_VOIX_3",
- "description":""
} - "pourcentage_3":,{
- "type":"number",
- "title":"POURCENTAGE_3",
- "description":""
} - "candidat_4":,{
- "type":"string",
- "title":"CANDIDAT_4",
- "description":""
} - "nb_voix_4":,{
- "type":"integer",
- "title":"NB_VOIX_4",
- "description":""
} - "pourcentage_4":,{
- "type":"number",
- "title":"POURCENTAGE_4",
- "description":""
} - "candidat_5":,{
- "type":"string",
- "title":"CANDIDAT_5",
- "description":""
} - "nb_voix_5":,{
- "type":"integer",
- "title":"NB_VOIX_5",
- "description":""
} - "pourcentage_5":,{
- "type":"number",
- "title":"POURCENTAGE_5",
- "description":""
} - "candidat_6":,{
- "type":"string",
- "title":"CANDIDAT_6",
- "description":""
} - "nb_voix_6":,{
- "type":"integer",
- "title":"NB_VOIX_6",
- "description":""
} - "pourcentage_6":,{
- "type":"number",
- "title":"POURCENTAGE_6",
- "description":""
} - "candidat_7":,{
- "type":"string",
- "title":"CANDIDAT_7",
- "description":""
} - "nb_voix_7":,{
- "type":"integer",
- "title":"NB_VOIX_7",
- "description":""
} - "pourcentage_7":,{
- "type":"number",
- "title":"POURCENTAGE_7",
- "description":""
} - "candidat_8":,{
- "type":"string",
- "title":"CANDIDAT_8",
- "description":""
} - "nb_voix_8":,{
- "type":"integer",
- "title":"NB_VOIX_8",
- "description":""
} - "pourcentage_8":,{
- "type":"number",
- "title":"POURCENTAGE_8",
- "description":""
} - "candidat_9":,{
- "type":"string",
- "title":"CANDIDAT_9",
- "description":""
} - "nb_voix_9":,{
- "type":"integer",
- "title":"NB_VOIX_9",
- "description":""
} - "pourcentage_9":,{
- "type":"number",
- "title":"POURCENTAGE_9",
- "description":""
} - "candidat_10":,{
- "type":"string",
- "title":"CANDIDAT_10",
- "description":""
} - "nb_voix_10":,{
- "type":"integer",
- "title":"NB_VOIX_10",
- "description":""
} - "pourcentage_10":,{
- "type":"number",
- "title":"POURCENTAGE_10",
- "description":""
} - "candidat_11":,{
- "type":"string",
- "title":"CANDIDAT_11",
- "description":""
} - "nb_voix_11":,{
- "type":"integer",
- "title":"NB_VOIX_11",
- "description":""
} - "pourcentage_11":,{
- "type":"number",
- "title":"POURCENTAGE_11",
- "description":""
} - "candidat_12":,{
- "type":"string",
- "title":"CANDIDAT_12",
- "description":""
} - "nb_voix_12":,{
- "type":"integer",
- "title":"NB_VOIX_12",
- "description":""
} - "pourcentage_12":,{
- "type":"number",
- "title":"POURCENTAGE_12",
- "description":""
} - "candidat_13":,{
- "type":"string",
- "title":"CANDIDAT_13",
- "description":""
} - "nb_voix_13":,{
- "type":"integer",
- "title":"NB_VOIX_13",
- "description":""
} - "pourcentage_13":,{
- "type":"number",
- "title":"POURCENTAGE_13",
- "description":""
} - "candidat_14":,{
- "type":"string",
- "title":"CANDIDAT_14",
- "description":""
} - "nb_voix_14":,{
- "type":"integer",
- "title":"NB_VOIX_14",
- "description":""
} - "pourcentage_14":,{
- "type":"number",
- "title":"POURCENTAGE_14",
- "description":""
} - "candidat_15":,{
- "type":"string",
- "title":"CANDIDAT_15",
- "description":""
} - "nb_voix_15":,{
- "type":"integer",
- "title":"NB_VOIX_15",
- "description":""
} - "pourcentage_15":,{
- "type":"number",
- "title":"POURCENTAGE_15",
- "description":""
} - "candidat_16":,{
- "type":"string",
- "title":"CANDIDAT_16",
- "description":""
} - "nb_voix_16":,{
- "type":"integer",
- "title":"NB_VOIX_16",
- "description":""
} - "pourcentage_16":,{
- "type":"number",
- "title":"POURCENTAGE_16",
- "description":""
} - "candidat_17":,{
- "type":"string",
- "title":"CANDIDAT_17",
- "description":""
} - "nb_voix_17":,{
- "type":"integer",
- "title":"NB_VOIX_17",
- "description":""
} - "pourcentage_17":,{
- "type":"number",
- "title":"POURCENTAGE_17",
- "description":""
} - "candidat_18":,{
- "type":"string",
- "title":"CANDIDAT_18",
- "description":""
} - "nb_voix_18":,{
- "type":"integer",
- "title":"NB_VOIX_18",
- "description":""
} - "pourcentage_18":,{
- "type":"number",
- "title":"POURCENTAGE_18",
- "description":""
} - "candidat_19":,{
- "type":"string",
- "title":"CANDIDAT_19",
- "description":""
} - "nb_voix_19":,{
- "type":"integer",
- "title":"NB_VOIX_19",
- "description":""
} - "pourcentage_19":,{
- "type":"number",
- "title":"POURCENTAGE_19",
- "description":""
} - "candidat_20":,{
- "type":"string",
- "title":"CANDIDAT_20",
- "description":""
} - "nb_voix_20":,{
- "type":"integer",
- "title":"NB_VOIX_20",
- "description":""
} - "pourcentage_20":,{
- "type":"number",
- "title":"POURCENTAGE_20",
- "description":""
} - "candidat_21":,{
- "type":"string",
- "title":"CANDIDAT_21",
- "description":""
} - "nb_voix_21":,{
- "type":"string",
- "title":"NB_VOIX_21",
- "description":""
} - "pourcentage_21":,{
- "type":"string",
- "title":"POURCENTAGE_21",
- "description":""
} - "num_centre":,{
- "type":"integer",
- "title":"num_centre",
- "description":""
} - "geo_point":,{
- "type":"array",
- "minItems":2,
- "maxItems":2,
- "items":,{
- "type":"number"
} - "title":"Geo Point",
- "description":""
} - "nb_blanc":{
- "type":"integer",
- "title":"NB_BLANC",
- "description":""
}
} - "code_election":
}
} - "fields":
} - "properties":
} - "resultats_l17":
}